home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl760 / garfforj.lzh / README.DOC < prev    next >
Text File  |  1991-05-27  |  3KB  |  71 lines

  1.  Graph for Fortran v3.0 :  Graph plotting on dot matrix printers
  2.  =================================================================
  3.  
  4.  The GRAPH collection of Fortran subroutines provides a simple means of
  5.  plotting high quality scientific and engineering graphs on dot matrix
  6.  printers. The printer used must have graphics printing capability (such
  7.  as the IBM Proprinter and most Epson and Star dot matrix printers). The
  8.  subroutines can easily be incorporated into your own Fortran programs, 
  9.  so that they print graphs as part of the program output. A sample main
  10.  program is supplied to demonstrate the use of the subroutines. This 
  11.  sample program can be used as a stand-alone graph plotting program for 
  12.  printing graphs from an ASCII data file. Several data files are supplied 
  13.  to demonstrate the use and capabilities of the subroutines.
  14.  
  15.  Features include resolution options (the highest resolution prints
  16.  interleaved rows for 120 dots per inch horizontal by 144 dpi vertical),
  17.  portrait or landscape modes, linear or logarithmic axes, labelling of
  18.  axes with control over size and position of axis text, overlaying grid
  19.  lines on the graph, automatic generation of legend tables with background
  20.  clearing and optional border, joining points with straight lines or a
  21.  cubic spline, plotting user-defined functions, passing a list of
  22.  parameters to the user-defined functions, clearing rectangular areas of
  23.  the graph with optional border, and placing text on the graph.
  24.  
  25.                 Usage: Fortran programming
  26.          Registration: US$35.00 or Aus$40-00
  27.  Special Requirements: Fortran 77 compiler,
  28.                        Dot matrix printer with 8 pin graphics.
  29.  
  30.  
  31.  File Descriptions:
  32.  ==================
  33.  
  34.  README  .exe    Program for browsing through documents and manuals.
  35.  
  36.  README  .doc    Brief description of disk contents.
  37.  
  38.  REGIST  .doc    Registration form, and other information.
  39.  
  40.  GRAPH   .doc    User's manual for the GRAPH programs and subroutines.
  41.  
  42.  GRAPH   .for    Sample main program for plotting graphs from data files
  43.                  (Fortran source code).
  44.  
  45.  GRAPH   .001    Graph data file - General graph demo (vertical and Hi-res).
  46.  
  47.  GRAPH   .002    Graph data file - Same as .001, but horizontal and Lo-res.
  48.  
  49.  GRAPH   .003    Graph data file - Graph of several continuous functions.
  50.  
  51.  GRAPH   .004    Graph data file - Demo of text, graph symbols and line styles.
  52.  
  53.  GRAPHFNS.for    Function segment containing user-defined functions.
  54.                  (Fortran source code).
  55.  
  56.  GRAPHLIB.for    Subroutine library of graph plotting procedures for
  57.                  plotting on dot matrix printers (Fortran source code).
  58.  
  59.  GRF     .bat    Sample batch file for executing GRAPH with a data file.
  60.  
  61.  
  62. ---------------------------------------------------------------------------
  63.  
  64.  Getting Started
  65.  ----------------
  66.  For installation instructions insert the disk into drive  A  and type
  67.  GO  from the  A:>_  prompt.
  68.  
  69.  Read the file GRAPH.DOC for instructions on how to use the routines.
  70.  
  71.